projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcea38a
)
(reftex-index-mode): Remove make-local-hook.
author
Pavel Janík
<Pavel@Janik.cz>
Sun, 2 Dec 2001 09:31:36 +0000
(09:31 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Sun, 2 Dec 2001 09:31:36 +0000
(09:31 +0000)
lisp/textmodes/reftex-index.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/reftex-index.el
b/lisp/textmodes/reftex-index.el
index 37af0afdb13be8af663cb68589d0a9ba09d42395..660dcfaadc23e96b7eed36500d30189996a65670 100644
(file)
--- a/
lisp/textmodes/reftex-index.el
+++ b/
lisp/textmodes/reftex-index.el
@@
-299,8
+299,6
@@
Here are all local bindings.
" R<" 'reftex-index-restriction-indicator ">"
" -%-"))
(setq truncate-lines t)
- (make-local-hook 'post-command-hook)
- (make-local-hook 'pre-command-hook)
(make-local-variable 'reftex-last-follow-point)
(easy-menu-add reftex-index-menu reftex-index-map)
(add-hook 'post-command-hook 'reftex-index-post-command-hook nil t)